@charset "UTF-8";

/* 画面の配分 */
.contents-pickup {
	margin-top: 45px;
}

/* ピックアップ */
h2.seminar {
	font-size: 1.6rem;
	margin: 25px 0 10px;
	padding: 10px 20px;
	background: var(--main-color);
	color: white;
	font-weight: 600;
}

h3.pickup {
	margin: 0px 0 10px;
	padding: 8px 24px;
	border-radius: 8px;
	background: var(--main-color);
	color: white;
	color: #FFF;
	font-family: Meiryo UI;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}

.p-seminar__banner {
	background:transparent !important;
	border-bottom: none !important;
	text-align: center;
}

.info_seminar {
	width: 100%;
	height: auto;
	margin-bottom: 33px;
}

.p-seminar__bannerGroup li a img {
	margin: auto;
	width: 306px;
	height: 54px;
	object-fit: cover;
}

.pablications__banner {
	text-align: center;
}

ul.p-seminar__bannerGroup li a img, .pablications__banner a img {
	border: 1px solid black;
}

.pablications__banner a img {
	width: 306px!important;
	height: auto;
	object-fit: cover;
}

.pablications__banner.auto-height a img {
	width: 100%;
	height: auto;
}

/* トップページお知らせ */
.p-news__title a {
	text-decoration: none;
	color: var(--main-color);
}

.top-news {
	position: relative;
	z-index: 10;
	width: 100% !important;
}

.top-news {
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 10px;
}

.top-news-head {
	width: 250px;
	height: 50px;
	background: var(--main-color);
	color: white;
	border-radius: 8px;
	display: block;
	font-family: Meiryo UI;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}

.top-news-contents {
	background-color: #FCFCFC;
}

.top-news-contents li ul {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 8px;
	border: 1px solid #365F98;
	background: #FFF;
}

.top-news-contents > li {
	display: none;
}
.top-news-contents > .news_current {
	display: block;
}

.top-news-pic {
	padding-left: 22px;
	padding-right: 22px;
	display: flex;
	justify-content: space-between;
}

.top-news-contents li ul li {
	padding: 4px 0;
	border-bottom: 1px solid #c9caca;
	font-size: 0.95rem;
	line-height: 1.8;
}

li.p-news_item {
    display: flex;
	opacity:0.8;
}
.top-news-contents li ul li:first-child {
	border-top: none;
}
.top-news-contents li ul li:last-child {
	border-bottom: none;
}
.top-news-contents li ul li span {
	display: inline-block;
	width: 100px;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 12px 0;
	margin: 0 20px;
	border-radius: 8px;
}

.top-news-contents li ul li span.bg-warning {
	background-color: #FFEA7F !important;
}

.top-news-contents li ul li span.bg-info {
	background-color: #67C5FA !important;
}

.p-news_item time {
	width: 110px;
}

/*
.p-news_item .p-news__badge {
	width: 140px;
} */